home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / dbus-1 / system.d / bluetooth.conf < prev    next >
Encoding:
Text File  |  2007-03-30  |  1008 b   |  34 lines

  1. <!-- This configuration file specifies the required security policies
  2.      for Bluetooth core service to work. -->
  3.  
  4. <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  5.  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
  6. <busconfig>
  7.  
  8.   <!-- ../system.conf have denied everything, so we just punch some holes -->
  9.  
  10.   <policy user="root">
  11.     <allow own="org.bluez"/>
  12.   </policy>
  13.  
  14.   <policy at_console="true">
  15.     <allow send_destination="org.bluez.Manager"/>
  16.     <allow receive_sender="org.bluez.Manager"/>
  17.  
  18.     <allow send_path="/org/bluez"/>
  19.  
  20.     <allow send_destination="org.bluez.Adapter"/>
  21.     <allow receive_sender="org.bluez.Adapter"/>
  22.  
  23.     <allow send_destination="org.bluez.Service"/>
  24.     <allow receive_sender="org.bluez.Service"/>
  25.  
  26.     <allow send_destination="org.bluez.Database"/>
  27.     <allow receive_sender="org.bluez.Database"/>
  28.  
  29.     <allow send_destination="org.bluez.Security"/>
  30.     <allow receive_sender="org.bluez.Security"/>
  31.   </policy>
  32.  
  33. </busconfig>
  34.